home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFREXPRFORM / TFREXPRFORM.txt
Text File  |  2002-03-27  |  6KB  |  224 lines

  1. object frExprForm: TfrExprForm
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = ExprMemo
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Expression builder'
  8.   ClientHeight = 233
  9.   ClientWidth = 321
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 4
  21.     Top = 8
  22.     Width = 313
  23.     Height = 105
  24.     Caption = 'Expression'
  25.     TabOrder = 0
  26.     object ExprMemo: TMemo
  27.       Left = 8
  28.       Top = 16
  29.       Width = 297
  30.       Height = 81
  31.       HelpContext = 179
  32.       TabOrder = 0
  33.       OnKeyDown = ExprMemoKeyDown
  34.     end
  35.   end
  36.   object GroupBox2: TGroupBox
  37.     Left = 4
  38.     Top = 120
  39.     Width = 313
  40.     Height = 73
  41.     Caption = 'Insert'
  42.     TabOrder = 1
  43.     object frSpeedButton1: TfrSpeedButton
  44.       Left = 8
  45.       Top = 44
  46.       Width = 22
  47.       Height = 22
  48.       Caption = '+'
  49.       OnClick = frSpeedButton1Click
  50.     end
  51.     object frSpeedButton2: TfrSpeedButton
  52.       Left = 30
  53.       Top = 44
  54.       Width = 22
  55.       Height = 22
  56.       Caption = '-'
  57.       OnClick = frSpeedButton1Click
  58.     end
  59.     object frSpeedButton3: TfrSpeedButton
  60.       Left = 52
  61.       Top = 44
  62.       Width = 22
  63.       Height = 22
  64.       Caption = '*'
  65.       OnClick = frSpeedButton1Click
  66.     end
  67.     object frSpeedButton4: TfrSpeedButton
  68.       Left = 74
  69.       Top = 44
  70.       Width = 22
  71.       Height = 22
  72.       Caption = '/'
  73.       OnClick = frSpeedButton1Click
  74.     end
  75.     object frSpeedButton5: TfrSpeedButton
  76.       Left = 96
  77.       Top = 44
  78.       Width = 22
  79.       Height = 22
  80.       Caption = '='
  81.       OnClick = frSpeedButton1Click
  82.     end
  83.     object frSpeedButton6: TfrSpeedButton
  84.       Left = 118
  85.       Top = 44
  86.       Width = 22
  87.       Height = 22
  88.       Caption = '<>'
  89.       OnClick = frSpeedButton1Click
  90.     end
  91.     object frSpeedButton7: TfrSpeedButton
  92.       Left = 140
  93.       Top = 44
  94.       Width = 22
  95.       Height = 22
  96.       Caption = '>'
  97.       OnClick = frSpeedButton1Click
  98.     end
  99.     object frSpeedButton8: TfrSpeedButton
  100.       Left = 162
  101.       Top = 44
  102.       Width = 22
  103.       Height = 22
  104.       Caption = '<'
  105.       OnClick = frSpeedButton1Click
  106.     end
  107.     object frSpeedButton9: TfrSpeedButton
  108.       Left = 184
  109.       Top = 44
  110.       Width = 22
  111.       Height = 22
  112.       Caption = '>='
  113.       OnClick = frSpeedButton1Click
  114.     end
  115.     object frSpeedButton10: TfrSpeedButton
  116.       Left = 206
  117.       Top = 44
  118.       Width = 22
  119.       Height = 22
  120.       Caption = '<='
  121.       OnClick = frSpeedButton1Click
  122.     end
  123.     object frSpeedButton11: TfrSpeedButton
  124.       Left = 228
  125.       Top = 44
  126.       Width = 28
  127.       Height = 22
  128.       Caption = 'And'
  129.       OnClick = frSpeedButton1Click
  130.     end
  131.     object frSpeedButton12: TfrSpeedButton
  132.       Left = 256
  133.       Top = 44
  134.       Width = 22
  135.       Height = 22
  136.       Caption = 'Or'
  137.       OnClick = frSpeedButton1Click
  138.     end
  139.     object frSpeedButton13: TfrSpeedButton
  140.       Left = 278
  141.       Top = 44
  142.       Width = 27
  143.       Height = 22
  144.       Caption = 'Not'
  145.       OnClick = frSpeedButton1Click
  146.     end
  147.     object InsDBBtn: TfrSpeedButton
  148.       Left = 8
  149.       Top = 16
  150.       Width = 97
  151.       Height = 22
  152.       Caption = 'DB field...'
  153.       Glyph.Data = {
  154.         F6000000424DF600000000000000760000002800000010000000100000000100
  155.         0400000000008000000000000000000000000000000000000000000000000000
  156.         80000080000000808000800000008000800080800000C0C0C000808080000000
  157.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00222222222222
  158.         22220000000000000002888888888888880287FFFFFFFFFFF80287FFFFFFFFFF
  159.         F80287F8888F8888F80287FFFFFFFFFFF80287F8888F8888F80287FFFFFFFFFF
  160.         F80287F8888F8888F80287FFFFFFFFFFF8028788888888888802874C4C4C4F0F
  161.         0802877777777777780288888888888888822222222222222222}
  162.       Margin = 4
  163.       OnClick = InsDBBtnClick
  164.     end
  165.     object InsVarBtn: TfrSpeedButton
  166.       Left = 108
  167.       Top = 16
  168.       Width = 97
  169.       Height = 22
  170.       Caption = 'Variable...'
  171.       Glyph.Data = {
  172.         F6000000424DF600000000000000760000002800000010000000100000000100
  173.         0400000000008000000000000000000000000000000000000000000000000000
  174.         80000080000000808000800000008000800080800000C0C0C000808080000000
  175.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  176.         3333333333333333333333333333333883333333333333008833333338333822
  177.         08333339088822222033333990882A222233333999002AA22233333991113322
  178.         3333333991338888833333391338C6C083333333333366C08333333333333CC0
  179.         83333333333366C4333333333333333333333333333333333333}
  180.       Margin = 2
  181.       Spacing = 2
  182.       OnClick = InsVarBtnClick
  183.     end
  184.     object InsFuncBtn: TfrSpeedButton
  185.       Left = 208
  186.       Top = 16
  187.       Width = 97
  188.       Height = 22
  189.       Caption = 'Function...'
  190.       Glyph.Data = {
  191.         D6000000424DD60000000000000076000000280000000C0000000C0000000100
  192.         0400000000006000000000000000000000000000000000000000000000000000
  193.         80000080000000808000800000008000800080800000C0C0C000808080000000
  194.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  195.         0000770777777777000077087007007700007780778007770000778087700077
  196.         0000777087007807000077780777777700007700000777770000777708777777
  197.         0000777700780777000077777000777700007777777777770000}
  198.       Margin = 4
  199.       OnClick = InsFuncBtnClick
  200.     end
  201.   end
  202.   object Button1: TButton
  203.     Left = 160
  204.     Top = 204
  205.     Width = 75
  206.     Height = 25
  207.     HelpContext = 40
  208.     Caption = 'OK'
  209.     ModalResult = 1
  210.     TabOrder = 2
  211.   end
  212.   object Button2: TButton
  213.     Left = 240
  214.     Top = 204
  215.     Width = 75
  216.     Height = 25
  217.     HelpContext = 50
  218.     Cancel = True
  219.     Caption = 'Cancel'
  220.     ModalResult = 2
  221.     TabOrder = 3
  222.   end
  223. end
  224.